diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/incoterms/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/incoterms/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/incoterms/page.tsx b/app/[lng]/evcp/(evcp)/incoterms/page.tsx index dcfca922..bf7f9313 100644 --- a/app/[lng]/evcp/(evcp)/incoterms/page.tsx +++ b/app/[lng]/evcp/(evcp)/incoterms/page.tsx @@ -32,9 +32,9 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight">인코텀즈 관리</h2> <InformationButton pagePath="evcp/incoterms" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 인코텀즈(Incoterms)를 등록, 수정, 삭제할 수 있습니다. - </p> + </p> */} </div> </div> <React.Suspense fallback={<Skeleton className="h-7 w-52" />}></React.Suspense> |
